home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / WRDPRFCT.ZIP;1 / README.TXT next >
Encoding:
Text File  |  1993-10-08  |  1.7 KB  |  32 lines

  1. This application consists of two files:  A ToolBook file that stores names and 
  2. addresses and a form letter.  The letter is a WordPerfect document file that needs the 
  3. information held in the ToolBook file.  The ToolBook application copies text from 
  4. record fields into the clipboard, and by using DDE, pastes this data into the WordPerfect
  5. document.
  6.  
  7. The ToolBook file controls everything that happens.  It runs WordPerfect and loads the 
  8. document; it copies the information from the record fields to the clipboard; it 
  9. executes commands to paste the text at specific locations; it deletes the 
  10. text that was pasted into the WordPerfect document; it closes WordPerfect.  Most of this is done 
  11. via the executeRemote statement. This can be altered in the script of the button that
  12.  starts WordPerfect for Windows with the form letter.
  13.  
  14. The WordPerfect for Windows functions that are being called in the executeRemote 
  15. statements are macro commands.  Having some knowledge of WordPerfect's macros is 
  16. helpful in understanding how the ToolBook application is relating to WordPerfect for 
  17. Windows.  You can learn more about macro commands through WordPerfect for 
  18. Windows help.
  19.  
  20. This application is not intended to be a widgets book, or a completed, robust 
  21. application ready for end-users unfamiliar with ToolBook.  It is designed as a 
  22. learning tool for the ToolBook programmer who wishes to know more about 
  23. using DDE to interface with WordPerfect for Windows.  To that end, most of the 
  24. OpenScript code is in the script of the buttons on the first page.  This makes it 
  25. easier for a programmer to look at the code and decipher what is happening.  
  26.  
  27. To run the application, just start WRDPRFCT.TBK.  There are instructions available 
  28. on the first page.
  29.  
  30.  
  31.  
  32.